GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-02-14T00:02:14.6814148+00:00",
"SubmitDate": "2026-02-14T00:02:14.6814148+00:00",
"ReportPeriodStart": "2026-02-14T00:02:14.6814148+00:00",
"ReportPeriodEnd": "2026-02-14T00:02:14.6814148+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "71a2d287-934c-4fd4-9ac5-41c6540302c6",
"Rows": [
{
"ItemId": "d1dc881a-78d5-47d0-a162-63975631b287",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d1dc881a-78d5-47d0-a162-63975631b287",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "71a2d287-934c-4fd4-9ac5-41c6540302c6",
"Rows": [
{
"ItemId": "d1dc881a-78d5-47d0-a162-63975631b287",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d1dc881a-78d5-47d0-a162-63975631b287",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"621f1cf4-03fd-4ef0-b35f-bf04f5c48341",
"9167767c-4e85-45ed-924e-7c656a874e7a"
],
"Approvers": [
"6c09ce79-7bde-476f-85cb-df1586b81606",
"31d8aee4-b177-4309-bdd7-b11f3f699108"
],
"ApprovedBy": "b90acc22-9cbd-49bf-8cf6-0d649f4202a9",
"ApprovalDate": "2026-02-14T00:02:14.6814148+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "c882db11-4a93-422f-b239-8dd0e4cd33f4",
"id": "04944b4a-23df-44e6-a92a-315751ad0268",
"ConfigId": "e55ca17a-64f7-4a78-ad42-32eb1c4860cd"
},
{
"GenerationDate": "2026-02-14T00:02:14.6814148+00:00",
"SubmitDate": "2026-02-14T00:02:14.6814148+00:00",
"ReportPeriodStart": "2026-02-14T00:02:14.6814148+00:00",
"ReportPeriodEnd": "2026-02-14T00:02:14.6814148+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "71a2d287-934c-4fd4-9ac5-41c6540302c6",
"Rows": [
{
"ItemId": "d1dc881a-78d5-47d0-a162-63975631b287",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d1dc881a-78d5-47d0-a162-63975631b287",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "71a2d287-934c-4fd4-9ac5-41c6540302c6",
"Rows": [
{
"ItemId": "d1dc881a-78d5-47d0-a162-63975631b287",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d1dc881a-78d5-47d0-a162-63975631b287",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"621f1cf4-03fd-4ef0-b35f-bf04f5c48341",
"9167767c-4e85-45ed-924e-7c656a874e7a"
],
"Approvers": [
"6c09ce79-7bde-476f-85cb-df1586b81606",
"31d8aee4-b177-4309-bdd7-b11f3f699108"
],
"ApprovedBy": "b90acc22-9cbd-49bf-8cf6-0d649f4202a9",
"ApprovalDate": "2026-02-14T00:02:14.6814148+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "c882db11-4a93-422f-b239-8dd0e4cd33f4",
"id": "04944b4a-23df-44e6-a92a-315751ad0268",
"ConfigId": "e55ca17a-64f7-4a78-ad42-32eb1c4860cd"
}
]